home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / gdb.new / gdb-4.0 / README < prev   
Encoding:
Text File  |  1991-08-24  |  868 b   |  27 lines

  1.         README for GNU development tools
  2.     John Gilmore            23 August 91
  3.  
  4. This directory contains various GNU compilers, assemblers, linkers, 
  5. debuggers, etc., plus their support routines, definitions, and documentation.
  6.  
  7. If you are receiving this as part of a GDB release, see the file
  8. gdb/README for full information.
  9.  
  10.  
  11. It is now possible to configure and build a variety of tools with one
  12. command.  To build any or all of the tools contained herein, run the
  13. ``configure'' script here, e.g.:
  14.  
  15.     ./configure myhosttype
  16.  
  17. followed by running ``make''.  To see all the possible tools that can
  18. be configured here, do:
  19.  
  20.     ./configure -v myhosttype
  21.  
  22. (Note that the currently distributed versions of most tools do not yet
  23.  fit into this structure -- just GDB for now.  Others are on the way.)
  24.  
  25. See README.configure, and/or the README files in various subdirectories,
  26. for more details.
  27.